Image(filename="images/pydata_logo.png", width='300px')
PyData Code of Conduct¶
https://pydata.org/code-of-conduct/¶
IFrame('https://pydata.org/code-of-conduct/', **default_size)
NumFOCUS¶
- US-based charity in support of open-source scientific computing
- Financial and admin support for many open-source projects
- Support for many community events
- https://numfocus.org
IFrame('https://numfocus.org/sponsored-projects', **default_size)
PyData¶
- Educational program by NumFOCUS
- A global community
- 230 groups across 80 countries world-wide
- 235,000+ users world-wide (+23,000 per year!)
- https://www.meetup.com/pro/pydata/
Image('images/pydata-map.png', **default_size)
Image('images/pydata-uk-map.png', width=600, height=400)
PyData London¶
- 14,000+ members running a monthly meetup and annual conference
- All run by volunteers
- Propose a Talk: https://london.pydata.org/submit-a-talk/
Image('images/pydata-london-screenshot.png', width=600, height=400)
Man Group¶
- The world's largest publicly traded hedge fund company
- Lots of open positions in both tech and research!
- Sponsors PyData London ❤️❤️❤️
Upcoming Conferences¶
Courtesy of https://pythondeadlin.es/¶
IFrame('https://pythondeadlin.es/', **default_size)
PyData London¶
- Tickets available on https://pydata.org/london2024
- Schedule available at https://pydata.org/london2024/schedule
Image('images/pydata_london_2024.png', **default_size)
PyData London - Call for Volunteers!¶
- We need you!
- Partial or full availability.
- There is childcare available.
- Be part of the action!
Image('images/volunteer-form-qr-code.png', **default_size)
1️⃣ 📊💸 Microsoft Fabric for Python Data Developers — Barry Smart¶
Fabric is a major new development from Microsoft where Python is treated as a first class citizen. This talk will provide an overview of Microsoft Fabric through the lens of a Python Data developer, with demos showing how Python can be used to build cloud native, enterprise grade data pipelines on the platform.
It will also touch on concepts such as lakehouse, data mesh, medallion architecture and star schemas - all fundamental building blocks of a modern cloud native data architecture.
2️⃣ 🛠️🌐 Desert Island Docker: Python Edition - Andrew Collier¶
What 3 Docker images would you choose if you were shipwrecked on a desert island? Choosing the right images will determine whether you are rescued or end up in a cannibals' cooking pot (Python images will make you particularly unpalatable).
Docker is an essential tool for survival as a Python developer, regardless of whether you are stranded or not. In this talk I'll describe three Python Docker images that I consider essential for survival on a desert island. I'll demonstrate how to set up and build a custom image. And finally I'll demonstrate how using a Docker image can simplify CI/CD and deployment.